.. _music Functions: ========================== music Functions ========================== .. toctree:: :maxdepth: 1 +-------------------------------------------------------------------------------------------------------------------------------------+ | **Functions** | +-------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **deleteSound**\(void\* s, int action) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **findSection**\(JumpList\* list, char\* section) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **forceSong**\(int song, int section, int position) | +-------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **freeJumpList**\(JumpList\* jumpList, int numSongs) | +-------------------------------------------------------------------------------------------------------------------------------------+ | char\* __cdecl **getSectionName**\(char\* song, char\* section) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **internalMusicPlay**\(int song, int section, int position) | +-------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **musicClose**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicDoesSongExist**\(int song, int section, int position) | +-------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **musicFade**\(int _nextSong, int _nextSection, int position, int fadeTime) | +-------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **musicFadeIn**\(int t) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicForceSection**\(int song, int section, int position) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicForceStop**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetChannels**\(, ...) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetFrequency**\(, ...) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicGetPosition**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetSecondSectionSize**\(, ...) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetSection**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetSectionPlaying**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetSong**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicGetVolume**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicInit**\(int \(__cdecl \*\*\*)(char\*) compressQuery) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicLoadSongList**\(char\*\* list, int numLists) | +-------------------------------------------------------------------------------------------------------------------------------------+ | void __cdecl **musicSetPath**\(char\* path, char\* extension) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicSetSong**\(int song, int section, int position) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicSetVolume**\(int volume) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundClose**\(unsigned long handle) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundFilesize**\(unsigned long handle) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundOpen**\(char\* file, int mode) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundRead**\(unsigned long handle, void\* buf, int size) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundSeek**\(unsigned long handle, int offset, int mode) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundTell**\(unsigned long handle) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **musicSoundWrite**\(unsigned long handle, void\* buf, int size) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **musicStop**\() | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **openSection**\(int i, int j) | +-------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long __cdecl **openSectionFile**\(char\* name) | +-------------------------------------------------------------------------------------------------------------------------------------+ | int __cdecl **setupNewSong**\() | +-------------------------------------------------------------------------------------------------------------------------------------+